SelectionType

objects.SelectionType()

Class describing the accepted input for the variable ‘selection_type’ in Measures.

It is used to determine where to apply the measure to a model.

Attributes

aggregation_area : Use aggregation area as geometry for the measure.
polygon : Use polygon as geometry for the measure.
polyline : Use polyline as geometry for the measure.
all : Apply the measure to all geometries in the database.
Back to top